AnimationEffect

data class AnimationEffect(delay: Double, endDelay: Double, iterationStart: Double, iterations: Double, duration: Double, direction: String, fill: String, backendNodeId: BackendNodeId?, keyframesRule: KeyframesRule?, easing: String)

AnimationEffect instance

Constructors

AnimationEffect
Link copied to clipboard
fun AnimationEffect(delay: Double, endDelay: Double, iterationStart: Double, iterations: Double, duration: Double, direction: String, fill: String, backendNodeId: BackendNodeId? = null, keyframesRule: KeyframesRule? = null, easing: String)

Properties

backendNodeId
Link copied to clipboard
val backendNodeId: BackendNodeId? = null
AnimationEffect's target node.
delay
Link copied to clipboard
val delay: Double
AnimationEffect's delay.
direction
Link copied to clipboard
val direction: String
AnimationEffect's playback direction.
duration
Link copied to clipboard
val duration: Double
AnimationEffect's iteration duration.
easing
Link copied to clipboard
val easing: String
AnimationEffect's timing function.
endDelay
Link copied to clipboard
val endDelay: Double
AnimationEffect's end delay.
fill
Link copied to clipboard
val fill: String
AnimationEffect's fill mode.
iterations
Link copied to clipboard
val iterations: Double
AnimationEffect's iterations.
iterationStart
Link copied to clipboard
val iterationStart: Double
AnimationEffect's iteration start.
keyframesRule
Link copied to clipboard
val keyframesRule: KeyframesRule? = null
AnimationEffect's keyframes.

Sources

jvm source
Link copied to clipboard